home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / mac / cwchart.hqx / CW Chart / cw_chart.txt
Text File  |  1993-06-28  |  3KB  |  50 lines

  1.  
  2. [Copied from rec.ham-radio on Usenet]
  3.  
  4. I am just starting to learn Morse code.  I created the chart below to help
  5. me visualize how the characters are related.  It is a binary tree with
  6. each branch indicating either "." or "-".  You can use it to translate
  7. Morse code to clear text as each "bit" (either "." or "-") is transmitted,
  8. rather than accumulating the whole character and then searching for a match.
  9. I feel that this is going to be a very natural way for me to memorize Morse.
  10.  
  11. Here's an example:
  12. To find the clear text for "-.-.", start at the right branch (T) because
  13. the first symbol is a "-".  The next symbol is a ".", so travel down to
  14. the left (N).  The next symbol is a "-", so travel down to the right (K).
  15. The next symbol is a ".", so travel down to the left (C).  Since there
  16. are no more symbols left, "C" is the clear text for "-.-.".
  17. A percent symbol ("%") is used to indicate that no character exists for
  18. the corresponding Morse (eg "..--").  It is only used when an existing
  19. character is built up from said non-existing character (eg "..---").
  20.  
  21. Remember: if the symbol is ".", go left; if it is "-", go right.
  22.  
  23. If you find the chart a little hard to read on the screen, I suggest printing
  24. it out in a monospace (ie non-proportional) font.
  25.     ==Adam
  26.  
  27.                     .                                   -
  28.                     E                                   T
  29.                   /   \                               /   \
  30.                  /     \                             /     \
  31.                 /       \                           /       \
  32.                /         \                         /         \
  33.               /           \                       /           \
  34.              /             \                     /             \
  35.             ..              .-                  -.              --
  36.             I               A                   N               M
  37.           /   \           /   \               /   \           /   \
  38.          /     \         /     \             /     \         /     \
  39.        ...     ..-     .-.     .--         -..     -.-     --.     ---
  40.         S       U       R       W           D       K       G       O
  41.        / \     / \     /       / \         / \     / \     / \     / \ 
  42.    ....   |  ..-. |  .-..   .--.  |     -...  | -.-.  |  --.. |   |   |
  43.      |  ...-  |   |   |       |  .---     | -..-  |  -.-- |  --.- |   |
  44.      H    V   F   %   L       P   J       B   X   C   Y   Z   Q   %   %
  45.    /  \     \      \               \     /               /      /    /  \
  46. .....  |     |      |               |  -....          --...  ---.. ----. |
  47.   |  ....-  ...-- ..---          .----  |               |      |    |   -----
  48.   5    4     3      2               1   6               7      8    9    0
  49.  
  50.